home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 4 / Mac Giga-ROM 4.0 - 1993.toast / FILES / HYP / E-G / Fractal3.cpt / Fractals / card_2523.txt < prev    next >
Text File  |  1989-02-26  |  1KB  |  27 lines

  1. -- card: 2523 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 6329
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=14 top=39 right=315 bottom=498
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 5
  16. -- text size: 14
  17. -- style flags: 0
  18. -- line height: 18
  19. -- part name: text
  20.  
  21.  
  22. -- part contents for card part 1
  23. ----- text -----
  24. Some notes on Fractal2 & Fractal3:
  25.  
  26.   Fractal2 was an attempt to see if more speed could be realized by calling the MC68881 FPU directly on the MAC II. It does make a difference. Roughly a 60% speed increase over the SANE version. The drawback is that it does not run on a "Classic" Macintosh. But I thought there was still more room for improvement. Fractal and Fractal2 both called quickdraw for each calculated point. At res=1 that is 512 calls per line. I changed the method to save a line of bits and draw it once. That decreased the time by about 50%. The trade-off is that Fractal3 will only operate in res=1 mode. Use Fractal2 for larger than res=1, where the time is not a problem. Then use Fractal3 for res=1.
  27.      Ray Sanders  (Thanks to Doug Felt for the original idea)